Welcome![Sign In][Sign Up]
Location:
Search - linux pci

Search list

[File OperateLinux-PCIdevicedriver-development

Description: linux pci 驱动开发
Platform: | Size: 64591 | Author: 周东明 | Hits:

[Linux-Unixpci

Description: linux pci驱动程序 2.4.18
Platform: | Size: 2286 | Author: 孙磊 | Hits:

[Linux-Unixpci-skeleton

Description: Linux PCI驱动骨架程序,演示怎么编写PCI设备驱动。
Platform: | Size: 16088 | Author: barrysong | Hits:

[Driver Develop研华Linux串口驱动

Description: 研华PCI串口设备 Linux驱动源码
Platform: | Size: 108474 | Author: jianfeng.dai@advantech.com.cn | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[BooksLinux对ISA总线DMA的实现

Description: Linux对ISA总线DMA的实现-Linux ISA DMA to the realization
Platform: | Size: 24576 | Author: 刘卫 | Hits:

[Linux-Unixpciutils-2.1.11.tar

Description: linux~{OBOTJ>KySP~}pci~{Ih18~}
Platform: | Size: 120832 | Author: ~{6-Hp3Y~} | Hits:

[Linux-Unixpci_linux

Description: PCI驱动源码,提供BIOS功能调用-PCI-driven source for BIOS function calls
Platform: | Size: 78848 | Author: 陈宜军 | Hits:

[Driver Developpci驱动程序(平面光栅)

Description: 个人根据海德汉平面光栅Windows下的程序编写得Linux下的驱动程去源码,在Linux实时内核下使用,部分驱动内容需要RTAI不定才能使用!-individuals under HEIDENHAIN plane grating Windows programmers in the Linux source code to drive way in the Linux kernel using real-time, part-driven content RTAI volatility can use!
Platform: | Size: 53248 | Author: 张sir | Hits:

[Driver Developlinuxdsp

Description: 采用TMS320C6205的PCI设备驱动程序源代码 for Linux-using TMS320C6205 PCI device driver source code for Linux
Platform: | Size: 4096 | Author: 王朝斌 | Hits:

[Linux-Unixpcil

Description: linux 下PCI设备的扫描程序。gcc,C+ASM完成。-the scanning equipment. Gcc, the C ASM completed.
Platform: | Size: 1024 | Author: sanyo | Hits:

[Linux-Unixsamsung-pci

Description: ARM linux PCI驱动源码,可学习编制PCI设备driver-arm linux pci driver source code
Platform: | Size: 454656 | Author: 陈躬止 | Hits:

[Internet-Networkpci

Description: This character-mode Linux device-driver lets an application program read from (or write to) the computer system s video display memory -- bypassing any software windowing systems. -This character-mode Linux device-driver lets an application program read from (or write to) the computer system s video display memory-- bypassing any software windowing systems.
Platform: | Size: 6144 | Author: jeevan | Hits:

[OtherLinux-device-driver-chinese-version

Description: 是久负盛名的LDD3中文版,非常经典的linux驱动开发的好书,包括驱动模块的装载编译,调试,并发和静态,内存分配,中断处理,时间延迟以及字符设备驱动,PCI,USB,块设备,网络设备,TTY设备驱动程序。-Is a prestigious LDD3 Chinese version of the classic linux driver development is very good book, including the driver module loading compiling, debugging, concurrent and static memory allocation, interrupt handling, time delay and character device drivers, PCI, USB, block device, network equipment, TTY device driver.
Platform: | Size: 1196032 | Author: jane | Hits:

[Linux-UnixLinux-PCI-Driver

Description: Linux下无配置信息PCI设备的驱动开发,是基于LInux下开发无配置信息的PIC设备驱动的研究论文。-No configuration information under Linux PCI device driver development, is based on the LInux no configuration information developed under the PIC device driver of the research paper.
Platform: | Size: 295936 | Author: 李新龙 | Hits:

[Linux-UnixLinux-PCI

Description: Linux PCI ,适合于底层开发人员 -Linux as PCI, suitable for low-level development staff
Platform: | Size: 643072 | Author: jianghansheng | Hits:

[Linux driverUnder-Linux-PCI-Device-Driver

Description: 详细资料介绍Linux下PCI设备驱动程序开发,可供新手快速学习,掌握程序开发-For more information on the Linux PCI device driver development for the novice to quickly learn and master program development
Platform: | Size: 68608 | Author: 游瑛婷 | Hits:

[Linux-Unixlinux pci SW_src

Description: linux的pcie驱动,可以借鉴参考。(Linux pcie drive, which can be reference for reference.)
Platform: | Size: 39936 | Author: qirui24432 | Hits:

[Linux-Unixlinux pci SW_src_Xeon

Description: 运行于xeon处理器的linux Pcie驱动,可以借鉴参考。(Run in Linux Pcie xeon processor drives, can be a reference.)
Platform: | Size: 39936 | Author: qirui24432 | Hits:

[Linux driverdriver

Description: 一个linux pci设备驱动源码,适用于2.6和3.0以上的内核。(linux pci device driver)
Platform: | Size: 279552 | Author: taycom13 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net